home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpP_3_---BuildOrder < prev    next >
Encoding:
Text File  |  1992-04-08  |  839 b   |  30 lines

  1. { Drag the AppMaker-generated files into the following build order: }
  2.  
  3. {    Runtime.lib        -- THINK runtime library    }
  4. {    :                    }
  5. {    Traps.p            -- THINK interface file        }
  6. {    ---BuildOrder        }
  7. {    Globals.p            }
  8. {    ResourceDefs.p        }
  9. {    Cursors.p        -- AppMaker library routine    }
  10. {    DoScrap.p        -- AppMaker library routine    }
  11. {    Miscellany.p    -- AppMaker library routine    }
  12. {    Scrolling.p        -- AppMaker library routine    }
  13. {    WindowAids.p    -- AppMaker library routine    }
  14. {    DialogAids.p    -- AppMaker library routine    }
  15. {    %appName%Data.p%    %}
  16. %for each dialog gen buildOrder%
  17. %for each window gen buildOrder%
  18. {    Dispatcher.p        }
  19. %for each menu gen buildOrder%
  20. {    MainMenu.p            }
  21. {    Windowing.p        -- AppMaker library routine    }
  22. {    AEvent.p        -- AppMaker library routine    }
  23. {    EventLoop.p        -- AppMaker library routine    }
  24. {    %appName%Main.p%    %}
  25.  
  26. Unit BuildOrder;
  27. Interface
  28. Implementation
  29. End.
  30.